Carbon


PBSetCatInfoAsync

Header: Files.h Carbon status: Supported

Modifies information about files and directories.

OSErr PBSetCatInfoAsync (
    CInfoPBPtr paramBlock
);
Parameter descriptions
paramBlock

A pointer to a catalog information parameter block.

function result

A result code.

DISCUSSION

The fields used by both files and directories are:

For files, these fields of the parameter block are also used:

For directories, these fields of the parameter block are also used:

The PBSetCatInfoAsync function sets information about a file or directory. When used to set information about a file, it works much as PBHSetFInfoAsync does, but lets you set some additional information.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)